ContextWillBeDestroyedEvent

data class ContextWillBeDestroyedEvent(contextId: GraphObjectId) : Event

Notifies that an existing BaseAudioContext will be destroyed.

Constructors

ContextWillBeDestroyedEvent
Link copied to clipboard
fun ContextWillBeDestroyedEvent(contextId: GraphObjectId)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

contextId
Link copied to clipboard
val contextId: GraphObjectId

Sources

jvm source
Link copied to clipboard